-
-
Notifications
You must be signed in to change notification settings - Fork 87
Add possibility to control extrapolation in ppc_km_overlay() and ppc_km_overlay_grouped() #353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add possibility to control extrapolation in ppc_km_overlay() and ppc_km_overlay_grouped() #353
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #353 +/- ##
=======================================
Coverage 98.60% 98.61%
=======================================
Files 35 35
Lines 5539 5550 +11
=======================================
+ Hits 5462 5473 +11
Misses 77 77 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thank you! I made a change to print message if the user doesn't change the default value of 1.2. This is just to alert the user that the plot will look different than they're used to if they don't change it to Inf. Your documentation already made this clear, but since we're changing the default appearance of the plot I think it's good to print a message to the console too. I think eventually we can remove this message once this new default has been in the package for a while.
I'll wait for the unit tests to run again but after that I think this is ready to merge. Thanks again. |
Fixes #346